FOGTABLE AVAILABLE

This command will return a value of one if the 3D device supports the fog table method of producing fog, otherwise zero.

  Syntax
Return Integer=FOGTABLE AVAILABLE()
  Returns

This command will return a value of one if the 3D device supports the fog table method of producing fog, otherwise zero

  Example Code
sync on : sync rate 60 : hide mouse:cls 0
while mouseclick()=0
set cursor 0,0
print "GENERAL AVAILABILITY FLAGS"
print "fog table:";fogtable available()
sync
endwhile
end
  See also

BASIC3D Commands Menu
Index